golang.org/x/tools/internal/pkgbits.PkgDecoder.version (field)
6 uses
golang.org/x/tools/internal/pkgbits (current package)
decoder.go#L24: version Version
decoder.go#L83: pr.version = Version(ver)
decoder.go#L85: if pr.version >= numVersions {
decoder.go#L86: panic(fmt.Errorf("cannot decode %q, export data version %d is greater than maximum supported version %d", pkgPath, pr.version, numVersions-1))
decoder.go#L89: if pr.version.Has(Flags) {
decoder.go#L519: func (w *Decoder) Version() Version { return w.common.version }
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)